home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000114-20000217 / 000035_news@columbia.edu _Mon Jan 17 14:25:53 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id OAA21805
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Mon, 17 Jan 2000 14:25:53 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id OAA13801
  7.     for kermit.misc@watsun.cc.columbia.edu; Mon, 17 Jan 2000 14:06:41 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  10. Subject: Re: MS-DOS Kermit, more capabalities
  11. Date: 17 Jan 2000 19:06:41 GMT
  12. Organization: Columbia University
  13. Message-ID: <85vp81$df6$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@columbia.edu
  15.  
  16. In article <s86oeobeeh6107@corp.supernews.com>,
  17.  <no_spam@adams.patriot.net> wrote:
  18. : 2. You can get DSZ from Omen Technology, register it for about
  19. : $20, and write a couple of Kermit macros (see below) that will
  20. : cause Kermit to call DSZ and send or receive files.
  21. :  
  22. : I have found that the second solution works a lot better than the
  23. : first. I haven't had time to try the third yet.
  24. :  
  25. : define  RZ      run dsz port 1 d rz -y,connect
  26. : define  SZ      ask FILENAME ZMODEM transmit file?,-
  27. :                 run dsz port 1 d sz \m(FILENAME),connect
  28. :  
  29. : set key \316    {\KRZ}                ; F2 = ZMODEM receive
  30. : set key \323    {\KSZ}                ; F9 = ZMODEM send
  31.  
  32. This can only work over a serial port since the DSZ.EXE driver only
  33. understands serial connections.
  34.  
  35.     Jeffrey Altman * Sr.Software Designer * Kermit-95 for Win32 and OS/2
  36.                  The Kermit Project * Columbia University
  37.               612 West 115th St #716 * New York, NY * 10025
  38.   http://www.kermit-project.org/k95.html * kermit-support@kermit-project.org